HotloadableDLL

Undocumented in source.

Constructors

this
this(string path, void delegate(void* libPointer) onDllLoad)
Undocumented in source.

Members

Functions

dispose
void dispose()
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
reload
void reload()
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

getTempName
string getTempName(string path)

Variables

lib
void* lib;
Undocumented in source.
onDllLoad
void delegate(void* libPointer) onDllLoad;
Undocumented in source.
tempDll
string tempDll;
Undocumented in source.
tempPdb
string tempPdb;
Undocumented in source.
trueLibPath
string trueLibPath;
Undocumented in source.

Meta